Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.opensocial.container.gwt.transactional.filter.config

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.opensocial.container.gwt.transactional.filter.config">

  <extension target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService"
    point="filterConfig">
    <filterConfig name="GWTContainerTransactional" transactional="true" synchonize="true">
      <pattern>${org.nuxeo.ecm.contextPath}/gwtContainer.*</pattern>
    </filterConfig>
  </extension>

</component>